From: Richard M. Stallman Date: Fri, 21 Jan 1994 00:09:47 +0000 (+0000) Subject: (update_end): Clear updating_frame before calling hook. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93412 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7a8e3e302475ca29a3a86f473efd7c3dd0e37cfa;p=emacs.git (update_end): Clear updating_frame before calling hook. --- diff --git a/src/term.c b/src/term.c index e8599ee9b90..50651a64c78 100644 --- a/src/term.c +++ b/src/term.c @@ -338,8 +338,8 @@ update_end (f) { if (! FRAME_TERMCAP_P (updating_frame)) { - (*update_end_hook) (f); updating_frame = 0; + (*update_end_hook) (f); return; } turn_off_insert ();